
Last chance! 50% off unlimited learning
Sale ends in
writeHelix(helix, file = stdout())
# Create helix data frame
helix <- data.frame(2, 8, 3, 0.5)
helix[2, ] <- c(5, 15, 4, -0.5)
helix <- as.helix(helix)
writeHelix(helix)
Run the code above in your browser using DataLab